home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / System / Kontrollfelder / Program Switcher v4.0.0 / Program Switcher Document / Program Switcher Document.rsrc / TEXT_131.txt < prev    next >
Text File  |  1996-07-22  |  6KB  |  54 lines

  1. History
  2.  
  3. v1.0.0: 3 October 1994: Initial Release.  Cool.
  4.  
  5. v1.0.1: 15 October 1994:  Started to address the problems OTPS has with DAs.  Their icons now display when opt-tabbing, but you still can't opt-tab out of a DA.  I'm working on this, but I don't have much time to address it right now.
  6.  
  7. v1.5.0: 5 January 1995:  Improved the code so that it now works with DAs properly!  I also produced a Power PC version.
  8.  
  9. v1.5.1: 7 January 1995:  Fixed a problem that caused periodic crashes when one of the serial ports was in use (for you programmers, I was allocating memory at interrupt time -- BAD).  
  10.  
  11. v1.5.2: 17 January 1995: First another memory problem plus made the key sequence customizable.  Changed the name from "Option Tab Program Switcher" to "Program Switcher" to reflect this.
  12.  
  13. v2.0.0: 1 February 1995: Turned Program Switcher in a CDEV and added application hiding option.  Added "remember last application" to code.  Optimized code.  Added a preference file.
  14.  
  15. v2.0.1: 7 February 1995: Fixed a nasty bug that caused alot of people to be unable to soft shutdown their computer.  I sincerely apologize for turning the public at large into a group of beta-testers.  Also fixed a code logic error which sometimes allowed the current front proccess to be displayed first when iniating the switching mechanism.  One bug still exists, though.  This is the fault of my compiler (CodeWarrior).  Basically, a 65K memory block gets allocated in the system heap each time you open the control panel.  This block never gets disposed.  Therefore, do not open the control panel too often.  I have reported this problem to MetroWerks and as soon as a fix is released, I will recompile and release an improved version.
  16.  
  17. v2.0.2: 10 February 1995:  Well, the "extra memory block" problem was not a "bug" in the true sense of the word.  MW pointed out to me how to dispose of it and this version now get's rid of all memory blocks it does not need.
  18.  
  19. v2.1.0: 27 Fenruary 1995: I tweeked the switching code a little.  The current application will not be displayed until all the other applications have been cycled through at least once.  I also added the options to set the display window font.  Lessened the memory requirements of the control panel.  Fixed a problem with the inability to shutdown.
  20.  
  21. v2.1.1: 1 March 1995: I got promoted to First Lieutenant today.  I also tweeked the switching code a little more so it wouldn't show the same application twice in a row (as was the case with only 2 running applications).
  22.  
  23. v2.1.2: 31 August 1995: Updated my e-mail address. No changes to the control panel otherwise.
  24.  
  25. v2.1.3: 2 September 1995: Ooops! There was one internal change to v2.1.2 that I screwed up -- Program Switcher would not load. All is well now.
  26.  
  27. v2.1.4: 3 September 1995: Well, mark it down in the lessons learned book. All I was trying to do was update the e-mail address in v2.1.1 and recompile with a newwer version of CodeWarrior. Versions 2.1.2 and 2.1.3 were abortive attempts at doing this. Assuming my task at hand was trivial, I did not ensure that either version was fully functional before releasing them. Well, I put some time in this one and I have verified that it works at least as well as v2.1.1, and it has the updated e-mail address.
  28.  
  29. v2.1.5: 13 September 1995: Added the Kagi Shareware Register program to the archive. This allows credit card registrations.
  30.  
  31. v3.0.0: 5 October 1995: Added a whole multitude of features, including the ability to exclude certain applications, a ‚Äúreversing‚Äù key, more options for the display window, and a ‚Äúfat‚Äù init. This version was also a complete rewrite of the code for Program Switcher. It‚Äôs ‚Äúhackish‚Äù roots are gone and it is now a fully polished product.
  32.  
  33. v3.0.1: 6 October 1995: Added an option in the Set Applications‚Ķ dialog to allow adding any running process to the applications to be excluded list. This is useful for adding the Finder and INIT based processes, such as QuickKeys, or even applications you are just to lazy to find on disk. Also fixed a memory leak and a bug which caused problems with applications that made improper assumtions about what the current front window is.
  34.  
  35. v3.0.2: 21 October 1995: Fixed a minor bug in the Set Display Window Attributes‚Ķ in which the font size menu wasn‚Äôt updating properly. Also added the backslash key in the swicthing key menu for all you lefties out there.
  36.  
  37. v3.1.0: 5 November 1995: Added three new features: 1. Ability to turn off the display of the applications‚Äô icons (perfect for PowerBook users), 2. A method to cancel out of a switch, and 3. a hack that finally defeats Microsoft Excel‚Äôs greed for the keyboard -- that is, Program Switcher now works with Microsoft Excel.
  38.  
  39. v3.2.0: 30 November 1995: Added Balloon Help and an application icon cache.
  40.  
  41. v3.2.1: 1 December 1995: Fixed a cosmetic bug that prevented people from seeing the icon cache size.
  42.  
  43. v3.3.0: 14 January 1996: Added several features: "Hide Always," the hide others toggle with the space bar, and the quit application key stroke.
  44.  
  45. v3.4.0: 27 March 1996: Added the feature which takes you directly to an application that has a notification pending.
  46.  
  47. v4.0.0: 23 July 1996: New version with a few new features and bug fixes:
  48.     ‚Ä¢  Added two new types of switching methods, bothed based on the switching method of the newest version of that other operating system.
  49.     ‚Ä¢  Fixed a bug with the 'Q' key quit featuire not working as expected on some non-US keyboard layouts.
  50.     ‚Ä¢  Made the drawing to the switching window as flicker-free as possible.
  51.     ‚Ä¢  Fixed a bug which caused garbage to be displayed in the switching window if the "Exclude Applications" option caused no usable applications to be displayed.
  52.     ‚Ä¢  Improved the look of some dialogs.
  53.     ‚Ä¢  Added "Document Window" to the types of windows that may be used for the switching display window.
  54.